home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 9
/
PCZONE 9 (SEP96).iso
/
dosgames
/
bigred
/
modem.bat
< prev
next >
Wrap
DOS Batch File
|
1995-11-27
|
92b
|
10 lines
@echo off
:start
@mod
@if not errorlevel 1 goto end
@racing
@goto start
:end
@cls